Lists in the body of your HTML document (page):

   <OL>
   <LI>This is item one.
   <LI>This is item two.
   <LI>This is item three.
   </OL>

In this example, the list is an ordered list (<OL>). You can use any of the following to form a list:


You can view the source code for THIS page. The above list is actually an unordered list.